home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / oper_sys / fp / ifp_unix.lzh / ifp / interp / umax.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-05-23  |  1.8 KB  |  40 lines

  1.  
  2. /****** umax.h *******************************************************/
  3. /**                                                                  **/
  4. /**                    University of Illinois                        **/
  5. /**                                                                  **/
  6. /**                Department of Computer Science                    **/
  7. /**                                                                  **/
  8. /**   Tool: IFP                         Version: 0.5                 **/
  9. /**                                                                  **/
  10. /**   Author:  Arch D. Robison          Date:   Nov 4, 1986          **/
  11. /**                                                                  **/
  12. /**   Revised by: Arch D. Robison       Date:  Jan 27, 1987          **/
  13. /**                                                                  **/
  14. /**   Principal Investigators: Prof. R. H. Campbell                  **/
  15. /**                            Prof. W. J. Kubitz                    **/
  16. /**                                                                  **/
  17. /**                                                                  **/
  18. /**------------------------------------------------------------------**/
  19. /**   (C) Copyright 1987  University of Illinois Board of Trustees   **/
  20. /**                       All Rights Reserved.                       **/
  21. /**********************************************************************/
  22.  
  23. /* 
  24.  * Defining UMAX=1 in "struct.h" compiles the ifp interpreter for parallel
  25.  * processing on the Multimax.
  26.  */
  27.  
  28. #define semaphore_wait(s)
  29. #define semaphore_signal(s)
  30. #define rsemaphore_enter(r)
  31. #define rsemaphore_exit(r)
  32. #define spin_lock(s)
  33. #define spin_unlock(s)
  34. #define LineWait()
  35. #define LineSignal()
  36. #define Terminate()
  37.  
  38.  
  39. /**************************** end of umax.h ****************************/
  40.